home *** CD-ROM | disk | FTP | other *** search
- on enterUserName thesprite
- if paramCount() = 1 then
- if thesprite = 39 then
- mLogIn(objBookmark, "Cancel")
- go(the frame + 1)
- else
- if thesprite = 40 then
- mLogIn(objBookmark, the text of cast "LoginUserName")
- go(the frame + 1)
- end if
- end if
- else
- if the key = RETURN then
- mLogIn(objBookmark, the text of cast "LoginUserName")
- go(the frame + 1)
- else
- if the key = ENTER then
- mLogIn(objBookmark, the text of cast "LoginUserName")
- go(the frame + 1)
- end if
- end if
- end if
- end
-